• Description:
    Via JUMP keyword You can skip from one part of procedure to another. Never JUMP into loops.

  • Syntax:
      JUMP <label>
    

    label can be defined everywhere in a procedure:
      label: